Skip to content

build(deps): update test Guava to 33.6.0#786

Open
jbeckwith-oai wants to merge 1 commit into
mainfrom
codex/update-test-guava
Open

build(deps): update test Guava to 33.6.0#786
jbeckwith-oai wants to merge 1 commit into
mainfrom
codex/update-test-guava

Conversation

@jbeckwith-oai

Copy link
Copy Markdown
Contributor

Summary

Guava 33.6.0-jre is the current stable JRE release. Gradle selects its Java 8 runtime variant, and WireMock's referenced public Guava classes remain present.

Downstream compatibility

This is limited to testImplementation constraints. Generated Maven POMs and Gradle module metadata for both published modules contain neither Guava nor WireMock. There are no production source, bytecode, public API, runtime dependency, or Java baseline changes for SDK consumers.

Validation

  • dependency insight for both testRuntimeClasspath graphs and core's jacksonPublishedRuntime resolves Guava to 33.6.0-jre
  • all repository test tasks, ProGuard/R8 checks, and testJacksonPublished pass (external generated-API mock-server tests skipped locally)
  • ./scripts/build --no-configuration-cache
  • ./scripts/lint
  • ./scripts/detect-breaking-changes origin/main
  • generated Maven POM and Gradle module metadata inspection for both affected modules
  • jdeps verification that WireMock 2.35.2 has no missing Guava class references against 33.6.0-jre

@jbeckwith-oai jbeckwith-oai requested a review from a team as a code owner July 15, 2026 22:30
@openai-sdks

openai-sdks Bot commented Jul 15, 2026

Copy link
Copy Markdown

OkTest Summary

237/237 SDK tests passed in 16.941s for Java SDK PR #786.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 176ms
tests/chat-completions-create.test.ts ✅ Passed 874ms
tests/chat-completions-stream.test.ts ✅ Passed 465ms
tests/files-content-binary.test.ts ✅ Passed 346ms
tests/files-create-multipart.test.ts ✅ Passed 407ms
tests/files-list-pagination.test.ts ✅ Passed 236ms
tests/initialize-config.test.ts ✅ Passed 234ms
tests/instance-isolation.test.ts ✅ Passed 185ms
tests/models-list.test.ts ✅ Passed 278ms
tests/responses-background-lifecycle.test.ts ✅ Passed 360ms
tests/responses-body-method-errors.test.ts ✅ Passed 515ms
tests/responses-cancel-timeout.test.ts ✅ Passed 283ms
tests/responses-cancel.test.ts ✅ Passed 234ms
tests/responses-compact-retries.test.ts ✅ Passed 533ms
tests/responses-compact.test.ts ✅ Passed 233ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 475ms
tests/responses-create-advanced.test.ts ✅ Passed 1.288s
tests/responses-create-disconnect.test.ts ✅ Passed 1.108s
tests/responses-create-errors.test.ts ✅ Passed 362ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 467ms
tests/responses-create-retries.test.ts ✅ Passed 1.012s
tests/responses-create-stream-failures.test.ts ✅ Passed 195ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 227ms
tests/responses-create-stream-wire.test.ts ✅ Passed 6.041s
tests/responses-create-stream.test.ts ✅ Passed 178ms
tests/responses-create-terminal-states.test.ts ✅ Passed 322ms
tests/responses-create-timeout.test.ts ✅ Passed 216ms
tests/responses-create.test.ts ✅ Passed 276ms
tests/responses-delete.test.ts ✅ Passed 271ms
tests/responses-input-items-errors.test.ts ✅ Passed 371ms
tests/responses-input-items-list.test.ts ✅ Passed 319ms
tests/responses-input-items-options.test.ts ✅ Passed 526ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 285ms
tests/responses-input-tokens-count.test.ts ✅ Passed 354ms
tests/responses-malformed-inputs.test.ts ✅ Passed 5.496s
tests/responses-not-found-errors.test.ts ✅ Passed 343ms
tests/responses-parse.test.ts ✅ Passed 831ms
tests/responses-retrieve-retries.test.ts ✅ Passed 296ms
tests/responses-retrieve.test.ts ✅ Passed 345ms
tests/responses-stored-method-errors.test.ts ✅ Passed 1.028s
tests/retry-behavior.test.ts ✅ Passed 3.428s
tests/sdk-error-shape.test.ts ✅ Passed 333ms

View OkTest run #29462769716

SDK merge (86414345ea5d) · head (f13df0000ddd) · base (845b2bc87fb0) · OkTest (fd7a761c81c1)

@jbeckwith-oai jbeckwith-oai force-pushed the codex/update-test-guava branch from 2648a4e to f13df00 Compare July 16, 2026 00:55
@jbeckwith-oai jbeckwith-oai changed the title fix(deps): update test Guava to 33.6.0 build(deps): update test Guava to 33.6.0 Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant